Skip to main content

Fetch Template

GET {{baseURL}}api/v1/template?type=string&templateServiceId=string&template=string&templateId=string&order=string&page=string&limit=string

Description

To get a template

Params

  • type: string
  • templateServiceId: string
  • template: string
  • templateId: string
  • order: string
  • page: string
  • limit: string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url {{baseURL}}api/v1/template?type=string&templateServiceId=string&template=string&templateId=string&order=string&page=string&limit=string \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!